From: Bastian Germann Date: Mon, 9 Feb 2026 11:32:28 +0000 (+0100) Subject: Drop non-resolvable imports X-Git-Tag: archive/raspbian/0.6.0+ds-1+rpi1^2~2 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com//%22draghici.adrian.b%40gmail.com/%22/%22http:/www.example.com/%22draghici.adrian.b%40gmail.com/%22?a=commitdiff_plain;h=0d46d0acbaa4f76eaa2b0a12acf813ad21b2e856;p=python-pcre2.git Drop non-resolvable imports Gbp-Pq: Name non-resolvable-imports --- diff --git a/tests/test_re_compatibility.py b/tests/test_re_compatibility.py index 8909512..03ada00 100644 --- a/tests/test_re_compatibility.py +++ b/tests/test_re_compatibility.py @@ -4,12 +4,6 @@ import multiprocessing from weakref import proxy import pytest -from tests.utils import ( - assert_raises, - assert_typed_equal, - check_pattern_error, - check_template_error, -) # This file is a modified version of the tests from CPython's regex test suite, meant to provide # coverage for the built-in module's behavior. However, the intention is not to cover 100% of